home *** CD-ROM | disk | FTP | other *** search
/ An Introduction to Progr…l Basic 6.0 (4th Edition) / An Introduction to Programming using Visual Basic 6.0.iso / COMMON / TOOLS / VB / CABINETS / MSDAO350.CAB / icontrols / RichText / RichText$ClassInfo.class (.txt) < prev    next >
Encoding:
Java Class File  |  1998-01-08  |  1.0 KB  |  24 lines

  1. package icontrols.RichText;
  2.  
  3. import com.ms.wd.core.IEvents;
  4. import com.ms.wd.core.IProperties;
  5. import com.ms.wd.ui.Control;
  6.  
  7. public class RichText$ClassInfo extends Control.ClassInfo {
  8.    public void getEvents(IEvents events) {
  9.       super.getEvents(events);
  10.    }
  11.  
  12.    public String getDefaultEventName() {
  13.       return "OnClick";
  14.    }
  15.  
  16.    public void getProperties(IProperties props) {
  17.       super.getProperties(props);
  18.    }
  19.  
  20.    public String getDefaultPropertyName() {
  21.       return "Text";
  22.    }
  23. }
  24.